home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / COMPNENT / CCS32 / CSCCONST.PAS < prev    next >
Pascal/Delphi Source File  |  1996-06-24  |  553b  |  19 lines

  1. {*******************************************************}
  2. {                                                       }
  3. {   Copyright (c) 1996 Classic Software                 }
  4. {   All rights reserved                                 }
  5. {                                                       }
  6. {*******************************************************}
  7.  
  8. unit CSCConst;
  9.  
  10. interface
  11.  
  12. const
  13.   crCSTabCursorID = 31000; { design-time tab selection cursor ID }
  14.   CSTabCursorName = 'CSTABCURSOR'; { tab cursor resource name }
  15.  
  16. implementation
  17.  
  18. end.
  19.